projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0ffcc0
)
(gud-mips-p): Check for OSF system on Alpha also.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Jul 1994 16:50:55 +0000
(16:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 Jul 1994 16:50:55 +0000
(16:50 +0000)
lisp/gud.el
patch
|
blob
|
history
diff --git
a/lisp/gud.el
b/lisp/gud.el
index 6ccd0d15c1f3e9280654485941c9340e666f6683..85d97507e35b94789813ede85a32662cea421bc0 100644
(file)
--- a/
lisp/gud.el
+++ b/
lisp/gud.el
@@
-459,7
+459,8
@@
and source-file directory for your debugger."
;; We haven't tested gud on this system:
(string-match "^mips-[^-]*-riscos" system-configuration)
;; It's documented on OSF/1.3
- (string-match "^mips-[^-]*-osf1" system-configuration))
+ (string-match "^mips-[^-]*-osf1" system-configuration)
+ (string-match "^alpha-[^-]*-osf" system-configuration))
"Non-nil to assume the MIPS/OSF dbx conventions (argument `-emacs').")
(defun gud-mipsdbx-massage-args (file args)